lastRxTime

@get:JvmName(name = "getLastRxTime")
@set:JvmName(name = "setLastRxTime")
var lastRxTime: Int
Reception time (in secs since 1970) of last message that was last sent by this ID.
Note: this is for local storage only and will not be sent out over the mesh.

fixed32 last_rx_time = 3;